home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMADDSCRIPT / TFRMADDSCRIPT.txt
Text File  |  2003-07-29  |  3KB  |  138 lines

  1. object FrmAddScript: TFrmAddScript
  2.   Left = 249
  3.   Top = 240
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Add Script'
  7.   ClientHeight = 92
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnKeyUp = FormKeyUp
  22.   DesignSize = (
  23.     300
  24.     92)
  25.   PixelsPerInch = 120
  26.   TextHeight = 13
  27.   object Shape: TShape
  28.     Left = 0
  29.     Top = 0
  30.     Width = 300
  31.     Height = 92
  32.     Align = alClient
  33.     Brush.Color = clBtnFace
  34.     Pen.Color = clRed
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 3
  38.     Top = 3
  39.     Width = 3
  40.     Height = 21
  41.     Style = bsRaised
  42.   end
  43.   object Bevel2: TBevel
  44.     Left = 7
  45.     Top = 3
  46.     Width = 3
  47.     Height = 21
  48.     Style = bsRaised
  49.   end
  50.   object Bevel3: TBevel
  51.     Left = 11
  52.     Top = 3
  53.     Width = 3
  54.     Height = 21
  55.     Style = bsRaised
  56.   end
  57.   object Label1: TLabel
  58.     Left = 20
  59.     Top = 8
  60.     Width = 59
  61.     Height = 13
  62.     Caption = 'Script name:'
  63.     Transparent = True
  64.   end
  65.   object Label2: TLabel
  66.     Left = 20
  67.     Top = 36
  68.     Width = 43
  69.     Height = 13
  70.     Caption = 'Account:'
  71.     Transparent = True
  72.   end
  73.   object PnlOK: TPanel
  74.     Left = 163
  75.     Top = 61
  76.     Width = 131
  77.     Height = 25
  78.     Anchors = [akLeft, akBottom]
  79.     BevelOuter = bvNone
  80.     ParentColor = True
  81.     TabOrder = 2
  82.     object BtnOK: TSpeedButton
  83.       Left = 2
  84.       Top = 2
  85.       Width = 62
  86.       Height = 22
  87.       Cursor = crHandPoint
  88.       Caption = '&OK'
  89.       Flat = True
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = 15
  93.       Font.Name = 'Arial'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       OnClick = BtnOKClick
  97.     end
  98.     object BtnCancel: TSpeedButton
  99.       Left = 67
  100.       Top = 2
  101.       Width = 62
  102.       Height = 22
  103.       Cursor = crHandPoint
  104.       Caption = 'Cancel'
  105.       Flat = True
  106.       OnClick = BtnCancelClick
  107.     end
  108.   end
  109.   object cbAccount: TElAdvancedComboBox
  110.     Left = 105
  111.     Top = 32
  112.     Width = 185
  113.     Height = 21
  114.     AutoCompletion = False
  115.     Flat = False
  116.     HandleDialogKeys = False
  117.     HorizontalScroll = False
  118.     ItemIndex = -1
  119.     ItemHeight = 13
  120.     Style = csDropDownList
  121.     TabOrder = 1
  122.   end
  123.   object cbScript: TElAdvancedComboBox
  124.     Left = 105
  125.     Top = 4
  126.     Width = 185
  127.     Height = 21
  128.     AutoCompletion = False
  129.     Flat = False
  130.     HandleDialogKeys = False
  131.     HorizontalScroll = False
  132.     ItemIndex = -1
  133.     ItemHeight = 13
  134.     Style = csDropDownList
  135.     TabOrder = 0
  136.   end
  137. end
  138.